Keysight VISA.NET Help
PrintfArray(String,Byte,Int64[]) Method



The format string, which must include a format specifier for a raw binary array of bytes.
A pointer to an array of bytes. Note that this pointer argument makes the method unsafe.
An optional argument list that includes arguments that are needed to complete the format specifier.
Print a formatted array of bytes to the formatted I/O write buffer.
Syntax
'Declaration
 
Overloads Sub PrintfArray( _
   ByVal format As String, _
   ByVal pArray As Byte, _
   ByVal ParamArray inputs() As Long _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim format As String
Dim pArray As Byte
Dim inputs() As Long
 
instance.PrintfArray(format, pArray, inputs)
void PrintfArray( 
   string format,
   byte* pArray,
   params long[] inputs
)
void PrintfArray( 
   String^ format,
   byte* pArray,
   ... array<int64>^ inputs
) 

Parameters

format
The format string, which must include a format specifier for a raw binary array of bytes.
pArray
A pointer to an array of bytes. Note that this pointer argument makes the method unsafe.
inputs
An optional argument list that includes arguments that are needed to complete the format specifier.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025